CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CSharp api

搜索资源列表

  1. SnmpSharpNet

    0下载:
  2. 由于C#原始的库函数中没有专门实现SNMP的库,因此对于SNMP开发者而言,用C#开发出SNMP的应用程序具有相当的难度,要求开发者对C#和SNMP都有很深的认识和理解。SnmpSharpNet是用C#构建的,处理简单网络管理协议(SNMP)的API,它提供了非常丰富的成员函数供SNMP开发者调用,开发者只需要对SNMP的基本原理和实现SNMP的基本过程有所了解,便可以轻松入手。-Since C# is not the original library functions to achieve
  3. 所属分类:SNMP

    • 发布日期:2017-05-11
    • 文件大小:2647902
    • 提供者:张政
  1. Win32_CSHarp

    0下载:
  2. Win32 API Declarations for C#
  3. 所属分类:.net

    • 发布日期:2017-04-04
    • 文件大小:81340
    • 提供者:zxy
  1. SetPaper

    0下载:
  2. 通过c#调用api为打印机添加自定义的打印机纸张高度、宽度的代码-By calling api for c# Add a custom printer Printer paper height and width of the code
  3. 所属分类:Printing program

    • 发布日期:2017-03-23
    • 文件大小:37175
    • 提供者:qiaozhq
  1. Csharpuseapi

    0下载:
  2. 关于C#截屏和摄像头的资料集合,包括调用API函数(有注释说明)在vs2005下可调试,在vs开发环境下,我们可以很简单的调用api函数,完成相应的开发-Screenshots on the C# collection of information, including the call to API function (with explanatory notes) under which the vs2005 debug in vs development environment, we c
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1542126
    • 提供者:阿杜风
  1. coredll_dll_API

    0下载:
  2. Wince下的主要dll,coredll.dll所包含的全部函数. 在API下就可以知道各个函数的使用方法.-Wince of the main dll, coredll.dll contains all the function. In the next API function to know the use of various methods.
  3. 所属分类:Windows CE

    • 发布日期:2017-03-27
    • 文件大小:14229
    • 提供者:zhangyg
  1. win32api

    0下载:
  2. 用c#封装了win32的API!很实用的!-With c# Encapsulates win32 the API! Very practical!
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:15385
    • 提供者:jeckbjy
  1. CamPic

    0下载:
  2. 通过avicap32.dll从摄像头获取视频的简单例程。avicap32.dll是Windows API应用程序接口相关模块,用于对摄像头和其它视频硬件进行AVI电影和视频的截取。-A simple sample to get video from webcam,using avicap32.dll.The "avicap32.dll"can be found in any webcam which has installed driver correctly.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:44207
    • 提供者:马也凡
  1. CSharpWinMMmci

    0下载:
  2. 用C#调用API实现声音的播放,C#没有提供播放MP3等音频文件的类,要编写播放MP3等音频文件程序,必须使用第三方控件或类。本文使用API函数mciSendString,编写一个播放MP3等音频文件的类。 -Call the API using C# to achieve playback sound, C# does not provide, such as MP3 audio files to play the class, be prepared to play MP3 audio fi
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:62226
    • 提供者:chengwei
  1. sgipAPI

    0下载:
  2. 傲天短信csharp 开发程序api vs2005源代码-Aotian SMS api vs2005 csharp source code development process
  3. 所属分类:SMS

    • 发布日期:2017-05-04
    • 文件大小:1081977
    • 提供者:know
  1. GEDemo

    0下载:
  2. Csharp开发google erth,开发工具:VS2010,开发环境:win7 64位,基本实现温伟鹏 “C# 调用 Google Earth Com API开发(三)”的功能http://www.cnblogs.com/wpwen/archive/2009/05/22/1486892.html。但实现更为灵活,无需HookAPI,基于此框架,可以开发面向专业领域的应用。-Csharp development google erth, basically Wen Weipeng " C#
  3. 所属分类:GIS program

    • 发布日期:2017-03-27
    • 文件大小:27231
    • 提供者:
  1. TwitterData-csharp

    0下载:
  2. 爬社交网络数据程序, 用C#编写,比较基本,适用于初学者学习交流。-It is used to crawl data from online social networks. Realized basic functions such as making API connection, request data, etc.
  3. 所属分类:Search Engine

    • 发布日期:2017-04-02
    • 文件大小:213633
    • 提供者:Zhu Mingyuan
  1. ArpSender

    0下载:
  2. ArpSender是C#写的ARP发包器,写的初衷是想试下什么样的ARP包才会引起ARP攻击,构造一些包可能会导致别人上不了网。至于包怎么填,发挥大家的想象吧,嘿嘿。 ArpSender用了SharpPcap这个开源API,有兴趣的到网上查下,用起来挺简单的。编程过程中最大的问题就是线程的问题。发包的代码中用了BackgroundWorker控件,因为参数只能传一个,并且线程是不允许直接调用主窗口控件,后来用了一个结构体struct ArpPac来传,感觉还是很麻烦啊!不过还好在Backg
  3. 所属分类:WinSock-NDIS

  1. SendingSms

    0下载:
  2. windows mobile简单的发消息,适合初学者,对WM6.0的认识,调用API函数-windows mobile发消息simple, suitable for beginners, understanding of WM6.0, API function calls
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-29
    • 文件大小:9612
    • 提供者:于海涛
  1. DotNet

    0下载:
  2. .NET下的API-. NET under the API
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:567691
    • 提供者:冯大双
  1. CSharpSerialPort

    0下载:
  2. C#环境下调用API进行串口通讯,不用C#的串口控件-C# Environment API calls for serial communications, not C# Serial control
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:31046
    • 提供者:chen
  1. google-maps-static

    0下载:
  2. google map 的api的使用,大家可以参考一下 -google map of the use of the api, we can refer to
  3. 所属分类:Search Engine

    • 发布日期:2017-03-24
    • 文件大小:25964
    • 提供者:wxw
  1. fen

    0下载:
  2. 自己写过的一个分辨率调整的工具,调用的api函数有兴趣的朋友请下载参考-Himself wrote a resolution to adjust the tool, call the api function are interested in friends, please download the reference
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:19940
    • 提供者:杜承霖
  1. WebcamPlayer

    0下载:
  2. Webcam directShow API定义C#版本
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-27
    • 文件大小:14223
    • 提供者:wenda
  1. BLUETOOTH

    0下载:
  2. Enumeration features of the Widcomm and Microsoft stacks under a unique API
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-23
    • 文件大小:115479
    • 提供者:Ukrandruha
  1. TwainGui

    0下载:
  2. 使用TWAIN读取扫描仪的图像。In Windows imaging applications, the most used API for scanning is TWAIN www.twain.org. Unfortunately, the new .NET Framework has no built-in support for TWAIN. So we have to work with the interop methods of .NET to access this API. T
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:29722
    • 提供者:堂堂
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com